| lcImageSetPalColor | Home |
|
BOOL lcImageSetPalColor ( HANDLE hImage, int iColor, int Red, int Green, int Blue ); |
| hImage | |
| Handle to a raster image object. | |
| iColor | |
| Index of palette color. | |
| Red Green Blue | |
| Color components. The value can be in range 0-255. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcImageGetPalColor |